
@font-face {
    font-family: 'ProximaNova';
    src: url('../fonts/ProximaNova-Regular.eot');
    src: url('../fonts/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/ProximaNova-Regular.woff2') format('woff2'), url('../fonts/ProximaNova-Regular.woff') format('woff'), url('../fonts/ProximaNova-Regular.ttf') format('truetype'), url('../fonts/ProximaNova-Regular.svg#ProximaNova-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ProximaNovaLight';
    src: url('../fonts/ProximaNova-Light.eot');
    src: url('../fonts/ProximaNova-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/ProximaNova-Light.woff2') format('woff2'), url('../fonts/ProximaNova-Light.woff') format('woff'), url('../fonts/ProximaNova-Light.ttf') format('truetype'), url('../fonts/fonts/ProximaNova-Light.svg#ProximaNova-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ProximaNovaMedium';
    src: url('../fonts/ProximaNova-Medium.eot');
    src: url('../fonts/ProximaNova-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/ProximaNova-Medium.woff2') format('woff2'), url('../fonts/ProximaNova-Medium.woff') format('woff'), url('../fonts/ProximaNova-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ProximaNovaSemibold';
    src: url('../fonts/ProximaNova-Semibold.eot');
    src: url('../fonts/ProximaNova-Semibold.eot?#iefix') format('embedded-opentype'), url('../fonts/ProximaNova-Semibold.woff2') format('woff2'), url('../fonts/ProximaNova-Semibold.woff') format('woff'), url('../fonts/ProximaNova-Semibold.ttf') format('truetype'), url('../fonts/ProximaNova-Semibold.svg#ProximaNova-Semibold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ProximaNovaBold';
    src: url('../fonts/ProximaNova-Bold.eot');
    src: url('../fonts/ProximaNova-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/ProximaNova-Bold.woff2') format('woff2'), url('../fonts/ProximaNova-Bold.woff') format('woff'), url('../fonts/ProximaNova-Bold.ttf') format('truetype'), url('../fonts/ProximaNova-Bold.svg#ProximaNova-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ProximaNovaExtrabold';
    src: url('../fonts/ProximaNova-Extrabld.eot');
    src: url('../fonts/ProximaNova-Extrabld.eot?#iefix') format('embedded-opentype'), url('../fonts/ProximaNova-Extrabld.woff2') format('woff2'), url('../fonts/ProximaNova-Extrabld.woff') format('woff'), url('../fonts/ProximaNova-Extrabld.ttf') format('truetype'), url('../fonts/ProximaNova-Extrabld.svg#ProximaNova-Extrabld') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Garamond';
    src: url('../fonts/Garamond-Roman.eot');
    src: url('../fonts/Garamond-Roman.eot?#iefix') format('embedded-opentype'), url('../fonts/Garamond-Roman.woff2') format('woff2'), url('../fonts/Garamond-Roman.woff') format('woff'), url('../fonts/Garamond-Roman.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

:root {
    --font25: 25px;
    --font30: 30px;
    --themecolor: #202840;
    --btnfnt30: 30px;
    --btnfnt25: 25px;
    --btnfnt20: 20px;
    --btnfnt18: 18px;
    --btnlh46: 46px;
    --btnlh40: 40px;
    --btnlh38: 38px;
    --btn-mw: 100px;
}

a {
    color: #555454;
    text-decoration: none;
}

li a:hover {
    color: #555454;
}

.fnt-25 {
    font-size: var(--font25);
}

.fnt-30 {
    font-size: var(--font30);
}

body {
    font-family: 'ProximaNova';
    font-weight: normal;
    color: #18706D;
    box-sizing: border-box;
    background-color: #fff;
    font-size: 16px;
    overflow-x: hidden;
}

.theme-txt {
    color: var(--themecolor);
}

.outer-box h1 {
    font-family: 'ProximaNovaSemibold';
}

.outer-box .btn {
    font-family: 'ProximaNovaSemibold';
}

.lh-normal {
    line-height: normal;
}

.outer-padding {
    padding-left: 7%;
    padding-right: 7%;
}

.outer-container {
    max-width: 1440px;
    margin: auto;
    padding-left: 20px;
    padding-right: 20px;
}

.body-wrapper {
    box-shadow: 0px 1px 6px rgba(164, 174, 188, .6);
    max-width: 1700px;
    margin: 40px auto;
    padding-bottom: 40px;
    overflow: hidden;
}

body {
    padding: 0 100px;
}

header {
    padding: 30px 0;
}

ol {
    counter-reset: section;
}

    ol > li {
        list-style-type: none;
        counter-increment: section;
    }

        ol > li::before {
            content: counters(section, ".") " ";
            font-weight: bold;
            font-size: 20px;
        }

    ol li ol > li::before {
        font-size: 16px;
    }

p {
    display: inline-block;
    padding-left: 5px;
}

.outer-padding {
    max-width: 1640px;
    margin: auto;
}

h3 {
    font-size: 24px;
    font-family: 'ProximaNovaBold';
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #18706D;
}

.headign-fnt-size {
    font-size: 20px;
    font-family: 'ProximaNovaBold';
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #18706D;
}

h4 {
    font-size: 20px;
    font-family: 'ProximaNovaSemibold';
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--themecolor);
}

.coach-name-header {
    color: #1C2437;
    font-size: 40px;
    font-family: 'ProximaNovaLight';
    margin: 20px 0 0;
}
/*Terms CSS*/
.terms-top-header {
    padding: 40px 0;
}

    .terms-top-header img {
        width: 410px;
    }

.terms-content-cont {
    background: rgba(203,242,240,.25);
    padding-bottom: 30px;
    padding-top: 40px;
    position: relative;
}

.list-decimal > li {
    list-style: decimal;
    margin-bottom: 20px;
}

.list-alpha > li {
    list-style: upper-alpha;
    margin-bottom: 20px;
}

.list-alpha-lower > li {
    list-style: lower-alpha;
    margin-bottom: 20px;
}

.list-roman > li {
    list-style: lower-roman;
    margin-bottom: 20px;
}

ol li {
    margin-bottom: 20px;
    margin-top: 10px;
}

.hor-list-type {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .hor-list-type li {
        border-bottom: solid 2px #EAEEF4;
        padding: 15px 0;
        display: flex;
    }

    .hor-list-type h6 {
        font-weight: bold;
        flex: 0 0 200px;
        font-size: 16px;
    }

.hor-list-type-title {
    border-bottom: solid 2px #EAEEF4;
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 15px;
}

.rounded-fill-btn {
    border: solid 2px #18706D;
    color: #fff;
    border-radius: 30px;
    margin-top: 40px;
    padding: 0px 20px;
    background: #18706D;
    min-width: var(--btn-mw);
    text-align: center;
    display: inline-block;
    font-size: var(--btnfnt18);
    line-height: var(--btnlh38);
    text-transform: uppercase;
    white-space: nowrap;
}

    .rounded-fill-btn a:hover {
        color: #fff;
    }

.text-uppercase {
    text-transform: uppercase !important;
}


@media screen and (max-width:1024px) {
    .hor-list-type li {
        flex-wrap: wrap;
    }

    .hor-list-type h6 {
        flex: 100%
    }
}


a.anchor-link {
    color: #18706D;
    text-decoration: underline;
}

.table-theme {
    color: #18706D;
    border-color: #18706D;
}

    .table-theme th {
        background: #18706D;
        color: #fff;
    }
